home *** CD-ROM | disk | FTP | other *** search
/ Ham Radio 2000 / Ham Radio 2000.iso / ham2000 / tcp_ip / jnos / cmdshelp / echo < prev    next >
Text File  |  1994-08-13  |  2KB  |  41 lines

  1.  
  2. echo [accept|refuse]                              Default: accept
  3.  
  4.         Display or set the flag controlling client Telnet's response to a
  5.         remote WILL ECHO offer.
  6.  
  7.         The Telnet presentation protocol specifies that in the absence of
  8.         a negotiated agreement to the contrary, neither end echoes data
  9.         received from the other.  In this mode, a Telnet client session
  10.         echoes keyboard input locally and nothing is actually sent until
  11.         a CR is typed.
  12.  
  13.         Local line editing is also performed: backspace deletes the last
  14.         character typed, while control-U deletes the entire line.
  15.  
  16.         When communicating from keyboard to keyboard the standard local
  17.         echo mode is used, so the setting of this parameter has no
  18.         effect.  However, many timesharing systems (e.g. UNIX) prefer to
  19.         do their own echoing of typed input. (This makes screen editors
  20.         work right, among other things). Such systems send a Telnet WILL
  21.         ECHO offer immediately upon receiving an incoming Telnet
  22.         connection request.
  23.  
  24.         If 'echo accept' is in effect, a client Telnet session will
  25.         automatically return a DO ECHO response.  In this mode, local
  26.         echoing and editing is turned off and each key stroke is sent
  27.         immediately (subject to the Nagle tinygram algorithm in TCP).
  28.  
  29.         While this mode is just fine across an Ethernet, it is clearly
  30.         inefficient and painful across slow paths like packet radio
  31.         channels.  Specifying 'echo refuse' causes an incoming WILL ECHO
  32.         offer to be answered with a DONT ECHO; the client Telnet session
  33.         remains in the local echo mode.  Sessions already in the remote
  34.         echo mode are unaffected. (Note: Berkeley Unix has a bug in that
  35.         it will still echo input even after the client has refused the
  36.         WILL ECHO offer.  To get around this problem, enter the 'stty -
  37.         echo' command to the shell once you have logged in).
  38.  
  39.  
  40.  
  41.